home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / emulator / bsvc-1.000 / bsvc-1 / bsvc-1.0.4 / samples / Motorola68000 / README < prev    next >
Text File  |  1995-07-26  |  1KB  |  32 lines

  1. M68K Sample Files
  2. -------------------------------------------------------------------------------
  3.  
  4. MatrixMultiply.H68  An interactive matrix multiply program
  5. MatrixMultiply.LIS  Use tutor.setup and start execution at $1000
  6. MatrixMultiply.s    Source for the matrix multiply program
  7.  
  8. tutor.h68    The Motorola Tutor monitor 
  9.  
  10.              - I got this off of an ftp site that mirrors the Motorola BBS
  11.              - Use the tutor.setup or the tutor_telnet.setup. After you load
  12.                the program do a system Reset and press the Run button
  13.  
  14.  
  15. My68k.setup  A real simple setup with just on RAM chip
  16.  
  17. Tutor.setup  A setup with two RAM banks and a DUART. The output of the
  18.              DUART is piped to two xterms.
  19.  
  20. TutorTelnet.setup   A setup with two RAM banks and a DUART. The i/o of 
  21.                     port A goes to an xterm.  The i/o of port B goes to
  22.                     a telnet process.  NOTE: Telnet doesn't flush it's
  23.                     i/o so you have to type something like:
  24.  
  25.                     open garfield.catt.ncsu.edu<CTRL-J>
  26.  
  27.                     But you want see anything until the login begins...
  28.  
  29. NOTE: If one of the DUART's processes dies the simulator will probably
  30.       lockup.  So make sure you never kill the xterm.
  31.  
  32.